home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / ActiveX Controlls / NCTAudioEditor2 ActiveX DLL / NCTAudioEditor2.exe / {app} / Samples / TestBCBAudioEditor2 / Src.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  2002-10-10  |  531 b   |  18 lines

  1. //---------------------------------------------------------------------------
  2.  
  3. #include <vcl.h>
  4. #pragma hdrstop
  5.  
  6. #include "Src.h"
  7. //---------------------------------------------------------------------------
  8. #pragma package(smart_init)
  9. #pragma resource "*.dfm"
  10. TsrcFrame *srcFrame;
  11. //---------------------------------------------------------------------------
  12. __fastcall TsrcFrame::TsrcFrame(TComponent* Owner)
  13.     : TFrame(Owner)
  14. {
  15. }
  16. //---------------------------------------------------------------------------
  17.  
  18.